Control Bar |
It denotes the control bar attached to the control. It is a part of the element bar options and contains the Add, Delete, and Refresh buttons.
Syntax
DesignTime |
This is a design-time property which can be set through the property sheet of the control under the element bar options. |
Remarks
During runtime, the buttons of the control bar can be accessed through the navigator property of the control.
Example
var oNavigatorObj = ControlID.navigator; var oDeleteBtn = oNavigatorObj.deleteButton;